home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / conv_ucd.zip / CONV_UCD.BAT < prev    next >
DOS Batch File  |  1993-01-07  |  3KB  |  51 lines

  1. @echo off
  2. cls
  3. ECHO     ╔════════════════════════════════════════════════════════════════════╗
  4. ECHO     ║    This will convert the file database for any version* of the     ║
  5. ECHO     ║    Ultimate CD-ROM File Manager to CD-ROM PRO Librarian format.    ║
  6. ECHO     ║    To take advantage of ALL the features of the Librarian, it      ║
  7. ECHO     ║    is recommended that you rebuild your database. Please ensure    ║
  8. ECHO     ║    that you have a backup of your data, as this is not a           ║
  9. ECHO     ║    reversible process.                                             ║
  10. ECHO     ║                                                                    ║
  11. ECHO     ║    If you receive the message "Input File Not Found", this means   ║
  12. ECHO     ║    that this is a new feature - simply press CTRL-END to clear     ║
  13. ECHO     ║    the input file line, and press CTRL-ENTER.                      ║
  14. ECHO     ║                                                                    ║
  15. ECHO     ║                   ** PRESS ANY KEY TO CONTINUE **                  ║
  16. ECHO     ╟────────────────────────────────────────────────────────────────────╢
  17. ECHO     ║ * Versions below 3.0 may not convert properly depending upon the   ║
  18. ECHO     ║   number of CDs. If odd things start happening, I again recommend  ║
  19. ECHO     ║   building your database from scratch - it may take overnight,     ║
  20. ECHO     ║   but I guarantee it will be worth it.                             ║
  21. ECHO     ╚════════════════════════════════════════════════════════════════════╝
  22. pause > nul
  23. echo Rebuilding... Please Wait
  24. RENAME FILEDATA.* PROFILES.*
  25. RENAME DIRECTRY.* PRODIR.*
  26. RENAME FLFORMAT.* PROFORM.*
  27. RENAME CONFIG.DAT PROCONF.DAT
  28. CFIL CD_PRO.FIL,FILEDATA,PROFILES,PROFILES
  29. CFIL CD_PRO.FIL,DIRECTRY,PRODIR,PRODIR
  30. CFIL CD_PRO.FIL,FLFORMAT,PROFORM,PROFORM
  31. CFIL CD_PRO.FIL,CONFIG,PROCONF,PROCONF
  32. cls
  33. ECHO     ╔════════════════════════════════════════════════════════════════════╗
  34. ECHO     ║                               DONE!!!                              ║
  35. ECHO     ║                                                                    ║
  36. ECHO     ║  You can now enjoy the new features of the CD-ROM PRO Librarian!   ║
  37. ECHO     ║  If you have any questions, comments, suggestions, or whatever,    ║
  38. ECHO     ║  feel free to contact me at Fidonet 1:140/120, BBS (306)789-8682,  ║
  39. ECHO     ║  or Voice (306)789-4654.                                           ║
  40. ECHO     ║                                                                    ║
  41. ECHO     ║  Thanks for registering, and for using the Ultimate CD-ROM         ║
  42. ECHO     ║  Manager and CD-ROM PRO!                                           ║
  43. ECHO     ║                                                                    ║
  44. ECHO     ║                                                                    ║
  45. ECHO     ║                                    Vince Sorensen                  ║
  46. ECHO     ║                                                                    ║
  47. ECHO     ║                                                                    ║
  48. ECHO     ║                   ** PRESS ANY KEY TO CONTINUE **                  ║
  49. ECHO     ╚════════════════════════════════════════════════════════════════════╝
  50. pause > nul
  51.